Paper-Feed Information
The collection item ID for paper-feed information is defined in the following enumeration:
enum { gxPaperFeedTag = 'feed' };QuickDraw GX stores paper-feed information in the gxPaperFeedInfo structure:
struct gxPaperFeedInfo { Boolean autoFeed; };
Field Description
autoFeed
- A Boolean value indicating whether the user wants to use automatic or manual paper feed. When the user chooses the Automatic radio button in the Print dialog box, the
autoFeed
field containstrue
. When the user chooses the Manual radio button in the Print dialog box, theautoFeed
field containsfalse
.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help